2006-07-21 Michael Natterer <mitch@imendio.com>
* gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
remove accidential 2nd parameter to g_object_unref().
+2006-07-21 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
+ remove accidential 2nd parameter to g_object_unref().
+
2006-07-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
+2006-07-21 Michael Natterer <mitch@imendio.com>
+
+ * gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
+ remove accidential 2nd parameter to g_object_unref().
+
2006-07-21 Matthias Clasen <mclasen@redhat.com>
* gtk/gtkentrycompletion.c (gtk_entry_completion_finalize):
gtk_entry_set_completion (GTK_ENTRY (priv->entry), NULL);
if (priv->actions)
- g_object_unref (priv->actions, priv->actions);
+ g_object_unref (priv->actions);
if (priv->action_view)
g_object_unref (priv->action_view);